Release 2017.8
authorColin Walters <walters@verbum.org>
Wed, 5 Jul 2017 20:42:34 +0000 (16:42 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Thu, 6 Jul 2017 14:45:02 +0000 (14:45 +0000)
Closes: #994
Approved by: jlebon

configure.ac
src/libostree/libostree-devel.sym
src/libostree/libostree-released.sym
tests/test-symbols.sh

index 67e70b3ed16e3bfaecdfc26b7d4ab8301fa5a6db..30ae793b95e0b852c58a9abc04b13bf519d793b8 100644 (file)
@@ -7,7 +7,7 @@ m4_define([year_version], [2017])
 m4_define([release_version], [8])
 m4_define([package_version], [year_version.release_version])
 AC_INIT([libostree], [package_version], [walters@verbum.org])
-is_release_build=no
+is_release_build=yes
 AC_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([buildutil])
 AC_CONFIG_AUX_DIR([build-aux])
index d2bc83991b7607a0234c67216bca0f1712a59c58..01f182f6313dfd0ee8a581ad0024eb2ef2c4a771 100644 (file)
 ***/
 
 /* Add new symbols here.  Release commits should copy this section into -released.sym. */
-LIBOSTREE_2017.8 {
-global:
-  ostree_validate_remote_name;
-} LIBOSTREE_2017.7;
 
 /* Stub section for the stable release *after* this development one; don't
  * edit this other than to update the last number.  This is just a copy/paste
index 5fc8a9b1f389e0a3877f33d6c5976311ced4a778..b68d6a5ebc49cecc0bcdafc018cdee2be5905441 100644 (file)
@@ -408,6 +408,11 @@ global:
   ostree_sysroot_query_deployments_for;
 } LIBOSTREE_2017.6;
 
+LIBOSTREE_2017.8 {
+global:
+  ostree_validate_remote_name;
+} LIBOSTREE_2017.7;
+
 /* NOTE: Only add more content here in release commits!  See the
  * comments at the top of this file.
  */
index 4a11183e2f1b76189ff419320515c56f954ce846..fcc345f033eb2897ae327f46cb475b40e7e4bc39 100755 (executable)
@@ -52,7 +52,7 @@ echo 'ok documented symbols'
 
 # ONLY update this checksum in release commits!
 cat > released-sha256.txt <<EOF
-42f98d8816acbe22e925d18bf76ea2c6f7e12ee5d7a381979e6ed07bb6a1f755  ${released_syms}
+d3f3d564e4679d603220da0cea940867fde28622857d088a8287db730bcc8001  ${released_syms}
 EOF
 sha256sum -c released-sha256.txt